home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1996 February: Tool Chest
/
Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso
/
Tool Chest
/
Development Tools & Languages
/
Dylan Related
/
Thomas
/
MacGambit⁄Thomas
/
MacGambit⁄Thomas Sources
/
Thomas 1.1 sources
/
dylan-object-help.dyl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-15
|
256 b
|
8 lines
|
[
TEXT/gamI
]
(define-method slot-descriptor-slot-name (s)
(apply (scheme-procedure 'vector-ref) (list s 1)))
(define-method object-slot-names ((o <object>))
(bind ((slot-list (slot-descriptors (class-for-copy o))))
(map slot-descriptor-slot-name slot-list)))